mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: change all '$expr' to '${expr}' (#16428)
This commit is contained in:
@@ -34,5 +34,5 @@ pub fn dlerror() string {
|
||||
// https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-getlasterror
|
||||
// Unlike dlerror(), GetLastError returns just an error code, that is function specific.
|
||||
cerr := int(C.GetLastError())
|
||||
return 'error code $cerr'
|
||||
return 'error code ${cerr}'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user