Skip to content

Commit

Permalink
Removed newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Platzer committed Aug 18, 2016
1 parent d12e001 commit b5e4dca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd_line/commands/writequit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class WriteQuitCommand extends node.CommandBase {
// Writing command. Taken as a basis from the "write.ts" file.
execute(modeHandler : ModeHandler) : void {
if (this.activeTextEditor.document.isDirty) {

if (this.activeTextEditor.document.isUntitled) {
vscode.commands.executeCommand("workbench.action.files.saveAs");
} else {
Expand Down

0 comments on commit b5e4dca

Please sign in to comment.