Skip to content

Commit 0dd4cfb

Browse files
mug1wara26heyzec
andauthored
Update src/utils/editor.ts
Co-authored-by: heyzec <61238538+heyzec@users.noreply.github.com>
1 parent 06abb75 commit 0dd4cfb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/utils/editor.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ export class Editor {
8181
self.log("EXTENSION: Conflict detected between local and remote, prompting user to choose one")
8282
vscode.window
8383
.showInformationMessage(
84-
"The program on file differs from the one on the Source Academy servers." +
85-
"Which program should we use? (Note that picking one will overwrite the other)",
84+
[
85+
"The program on file differs from the one on the Source Academy servers.",
86+
"Which program should we use? (Note that picking one will overwrite the other)",
87+
].join(' '),
8688
"Local", "Server")
8789
.then(async answer => {
8890
// By default the code displayed is the local one

0 commit comments

Comments
 (0)