Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
darekf77 committed Dec 2, 2023
1 parent 76cd2ab commit decf651
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion projects/container-v4/vscode-ext-v4/src/execute-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
escapeStringForRegEx, deepClone, valueFromCommand, crossPlatformPath
} from './helpers';

const log = Log.instance(`execute-command`, 'logmsg',true);
const log = Log.instance(`execute-command`, 'logmsg');

export function executeCommand(registerName: string, commandToExecute: string | string[],
pOptions?: ProcesOptions, isDefaultBuildCommand?: boolean, context?: vscode.ExtensionContext) {
Expand Down
9 changes: 4 additions & 5 deletions projects/plugins/firedev-vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@
"@commitlint/config-conventional": "12.1.1",
"@commitlint/prompt-cli": "12.1.1",
"@compodoc/compodoc": "1.1.20",
"@cypress/schematic": "2.5.0",
"@iconify/icons-fa-solid": "1.2.2",
"@iconify/icons-mdi": "1.2.1",
"@mdi/js": "7.2.96",
Expand All @@ -262,6 +261,7 @@
"@ngx-formly/material": "6.1.8",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@parcel/watcher": "2.3.0",
"@sweetalert2/ngx-sweetalert2": "12.1.0",
"@testdeck/jest": "0.3.3",
"@testdeck/mocha": "0.3.3",
Expand Down Expand Up @@ -312,7 +312,7 @@
"chalk": "2.3.2",
"check-node-version": "3.2.0",
"cheerio": "1.0.0-rc.3",
"chokidar": "3.5.1",
"chokidar": "3.5.3",
"circular-json": "0.5.1",
"class-validator": "0.14.0",
"command-exists": "1.2.2",
Expand All @@ -325,7 +325,6 @@
"cors": "2.8.4",
"cpr": "3.0.1",
"cross-spawn": "7.0.3",
"cypress": "latest",
"dateformat": "3.0.3",
"detect-mocha": "0.1.0",
"diff": "3.2.0",
Expand Down Expand Up @@ -371,7 +370,7 @@
"image-focus": "1.2.1",
"immer": "10.0.2",
"immutable": "4.3.0",
"incremental-compiler": "~16.0.33",
"incremental-compiler": "~16.0.34",
"inquirer": "7.3.3",
"inquirer-autocomplete-prompt": "1.3.0",
"is-elevated": "3.0.0",
Expand Down Expand Up @@ -405,7 +404,7 @@
"mkdirp": "0.5.1",
"mocha": "10.2.0",
"moment": "2.29.3",
"morphi": "~16.2.8",
"morphi": "~16.2.10",
"ng-for-track-by-property": "16.0.1",
"ng-in-viewport": "15.0.2",
"ng-lock": "16.0.1",
Expand Down

0 comments on commit decf651

Please sign in to comment.