mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(client) route: open file with module by hash: string.join -> string
This commit is contained in:
parent
4f1e642eb8
commit
76d18490f2
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ var Util, DOM, CloudFunc, join;
|
|||
|
||||
if (path) {
|
||||
module = query[0];
|
||||
module = module.slice(1).join('');
|
||||
module = module.slice(1);
|
||||
module = getStrBigFirst(module);
|
||||
|
||||
file = query[1];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue