mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(flop) read: time raw
This commit is contained in:
parent
2605aefe06
commit
20f2bff9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
break;
|
||||
|
||||
case 'time raw':
|
||||
time.get(path, callback);
|
||||
time.get(path, 'raw', callback);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue