Browse Source
* server/helpers/workspace.js: Add a missing semi-colon.
drone
No known key found for this signature in database
GPG Key ID: E8BCD7866AFCF978
1 changed files with
1 additions and
1 deletions
-
server/helpers/workspace.js
|
|
@ -80,7 +80,7 @@ const locateScript = (pathname, conf) => { |
|
|
|
} |
|
|
|
} |
|
|
|
return pathname; |
|
|
|
} |
|
|
|
}; |
|
|
|
|
|
|
|
const resolveUrl = (url, conf) => { |
|
|
|
// In Node, script urls can be file paths. The path doesn't
|
|
|
|