mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(files) throw() -> throw
This commit is contained in:
parent
455f4e77e0
commit
0ca918d814
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function showError(name) {
|
|||
const str = 'Wrong file name: ' + name;
|
||||
const error = new Error(str);
|
||||
|
||||
throw(error);
|
||||
throw error;
|
||||
}
|
||||
|
||||
function getSystemFile(file, callback) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue