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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user