mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
veb.assets: ✏️ fix typo in veb.assets
error message (#23908)
This commit is contained in:
parent
a5affa5d99
commit
ae89466843
@ -93,7 +93,7 @@ pub fn (mut am AssetManager) add(asset_type AssetType, file_path string, include
|
||||
return error('cannot minify asset of type "all"')
|
||||
}
|
||||
if !os.exists(file_path) {
|
||||
return error('cnanot add asset: file "${file_path}" does not exist')
|
||||
return error('cannot add asset: file "${file_path}" does not exist')
|
||||
}
|
||||
|
||||
last_modified_unix := os.file_last_mod_unix(file_path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user