Skip to content

Commit f8aac4b

Browse files
authored
Merge pull request #173 from codeitcodes/dev
2 parents 4daaa79 + 3665981 commit f8aac4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function onFileEclipsedInCache(oldSha, newSha, newFile) {
166166
// store the modified file under new sha as key
167167
modifiedFiles[newSha] = oldEclipsedFile;
168168

169-
} else if (selectedFile.sha === oldSha) {
169+
} else if (selectedFile.sha === newSha) {
170170

171171
// if old eclipsed file is selected
172172

worker/client-channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
// update worker name when updating worker
7-
const WORKER_NAME = 'codeit-worker-v536';
7+
const WORKER_NAME = 'codeit-worker-v537';
88

99

1010
// internal paths

0 commit comments

Comments
 (0)