* Forgot to commit

This commit is contained in:
Michaël Van Canneyt 2021-09-11 15:29:52 +02:00
parent 2781be118f
commit 7e158b6c9b

View File

@ -268,7 +268,8 @@ const
PCUTargetPlatformNames: array[TPasToJsPlatform] of string = ( PCUTargetPlatformNames: array[TPasToJsPlatform] of string = (
'Browser', 'Browser',
'NodeJS', 'NodeJS',
'Electron' 'Electron',
'Module'
); );
PCUDefaultTargetProcessor = ProcessorECMAScript5; PCUDefaultTargetProcessor = ProcessorECMAScript5;