sensivity 2.5.26 → 2.5.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/launcher.js +1 -3
- package/package.json +1 -1
package/launcher.js
CHANGED
|
@@ -348,7 +348,7 @@ function showQR() {
|
|
|
348
348
|
'',
|
|
349
349
|
'Web Panel',
|
|
350
350
|
webUrl,
|
|
351
|
-
'
|
|
351
|
+
'Open in private/incognito mode: ' + webUrl
|
|
352
352
|
].join('\n'));
|
|
353
353
|
};
|
|
354
354
|
try {
|
|
@@ -374,8 +374,6 @@ function showQR() {
|
|
|
374
374
|
'Clear-Host',
|
|
375
375
|
'Get-Content ' + psString(qrFile) + ' -Encoding UTF8',
|
|
376
376
|
'Write-Host ""',
|
|
377
|
-
'Write-Host "Web: " $webUrl',
|
|
378
|
-
'Write-Host "Gizli sekmeden acin: " $webUrl',
|
|
379
377
|
'Remove-Item ' + psString(qrFile) + ' -Force -EA 0',
|
|
380
378
|
'Remove-Item ' + psString(psFile) + ' -Force -EA 0',
|
|
381
379
|
'Start-Sleep -Seconds 3',
|