Skip to content

Commit 82d30d4

Browse files
author
Benjamin Pasero
committed
sandbox - add electron service to layers checker
1 parent 6fd30f9 commit 82d30d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build/lib/layersChecker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ const CORE_TYPES = [
6060
const NATIVE_TYPES = [
6161
'NativeParsedArgs',
6262
'INativeEnvironmentService',
63-
'INativeWindowConfiguration'
63+
'INativeWindowConfiguration',
64+
'ICommonElectronService'
6465
];
6566

6667
const RULES = [

0 commit comments

Comments
 (0)