Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit ccb24fd

Browse files
authored
[FIX] Issue 924: Remove DeprecationWarnings from SPK output (#236)
1 parent 113ac6e commit ccb24fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import { projectCommand } from "./commands/project";
2323
import { serviceCommand } from "./commands/service";
2424
import { variableGroupCommand } from "./commands/variable-group";
2525

26+
(process as any).noDeprecation = true;
27+
2628
////////////////////////////////////////////////////////////////////////////////
2729
// Instantiate core command object
2830
////////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)