Skip to content

Commit 77f5347

Browse files
authored
Update index.js
1 parent f929664 commit 77f5347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Workspace/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,6 @@ return [
141141
] = [
142142

143143
flags,
144-
function(time) { return new Promise(resolve => setTimeout(resolve, this.parse(time)*1000)) }),
145-
function(time) { return new Promise(resolve => setTimeout(resolve, this.parse(time))) })
144+
function(time) { return new Promise(resolve => setTimeout(resolve, this.parse(time)*1000)) },
145+
function(time) { return new Promise(resolve => setTimeout(resolve, this.parse(time))) }
146146
];

0 commit comments

Comments
 (0)