Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function NotificationProviderToast() {
let customPath = resolvePath( "%NWJSAPPPATH%", "bin", "win32", "toast.exe" );
this.provider = new Toaster({
withFallback: false,
customPath
});
}