Skip to content

Commit

Permalink
tweak debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed Jul 20, 2022
1 parent ddb27fe commit af45744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Scripts/yaml-language-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createDebug, findBinaryPath, logError } from "./utils";
type ServerOptions = ConstructorParameters<typeof LanguageClient>[2];
type ClientOptions = ConstructorParameters<typeof LanguageClient>[3];

const debug = createDebug("yaml-language-server");
const debug = createDebug("language-server");

// Start the server with --inspect-brk
const DEBUG_INSPECT = nova.inDevMode() && false;
Expand Down
2 changes: 1 addition & 1 deletion yaml.novaextension/Scripts/main.dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function parseJson(input) {
}

// src/Scripts/yaml-language-server.ts
var debug3 = createDebug("yaml-language-server");
var debug3 = createDebug("language-server");
var DEBUG_INSPECT = nova.inDevMode() && false;
var DEBUG_LOGS = nova.inDevMode() && false;
var YamlLanguageServer = class {
Expand Down

0 comments on commit af45744

Please sign in to comment.