We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
veb.assets
1 parent a5affa5 commit ae89466Copy full SHA for ae89466
1 file changed
vlib/veb/assets/assets.v
@@ -93,7 +93,7 @@ pub fn (mut am AssetManager) add(asset_type AssetType, file_path string, include
93
return error('cannot minify asset of type "all"')
94
}
95
if !os.exists(file_path) {
96
- return error('cnanot add asset: file "${file_path}" does not exist')
+ return error('cannot add asset: file "${file_path}" does not exist')
97
98
99
last_modified_unix := os.file_last_mod_unix(file_path)
0 commit comments