We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87798a9 commit 8268dffCopy full SHA for 8268dff
src/constants.ts
@@ -2,7 +2,6 @@
2
// Licensed under the MIT License.
3
4
export const version = '3.11.2';
5
-export const logPrefix = 'LanguageWorkerConsoleLog';
6
export const upgradeUrl = 'https://aka.ms/functions-nodejs-supported-versions';
7
8
// https://github.com/nodejs/Release
src/nodejsWorker.ts
@@ -1,7 +1,7 @@
1
// Copyright (c) .NET Foundation. All rights reserved.
-import { logPrefix } from './constants';
+const logPrefix = 'LanguageWorkerConsoleLog';
let workerModule;
0 commit comments