Skip to content

Commit 8268dff

Browse files
authored
Update bootstrap
1 parent 87798a9 commit 8268dff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the MIT License.
33

44
export const version = '3.11.2';
5-
export const logPrefix = 'LanguageWorkerConsoleLog';
65
export const upgradeUrl = 'https://aka.ms/functions-nodejs-supported-versions';
76

87
// https://github.com/nodejs/Release

src/nodejsWorker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the MIT License.
33

4-
import { logPrefix } from './constants';
4+
const logPrefix = 'LanguageWorkerConsoleLog';
55

66
let workerModule;
77

0 commit comments

Comments
 (0)