1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

1. Added support for UTF8 wnvironment variables for window's child_process

2. Updated message-box and toaster to support UTF8 on Windows
This commit is contained in:
Bryan Roe
2020-06-09 19:37:37 -07:00
parent 946bbd5cb9
commit 10a9e7226e
5 changed files with 45 additions and 12 deletions

View File

@@ -52,7 +52,7 @@ function Toaster()
case 'win32':
{
var cid;
retVal.options = { };
retVal.options = { env: { _title: title, _caption: caption } };
try
{
retVal.options.uid = tsid == null ? require('user-sessions').consoleUid() : tsid;