mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
more bom fixes
This commit is contained in:
@@ -374,7 +374,7 @@ function test_system() {
|
||||
certificate: {
|
||||
trusted: true,
|
||||
subject: 'O=OpenFin INC., L=New York, S=NY, C=US',
|
||||
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
|
||||
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
|
||||
},
|
||||
listener(result) {
|
||||
console.log('the exit code', result.exitCode);
|
||||
@@ -443,7 +443,7 @@ function test_system() {
|
||||
});
|
||||
// terminateExternalProcess
|
||||
fin.desktop.System.launchExternalProcess({
|
||||
// notepad is in the system’s PATH
|
||||
// notepad is in the system's PATH
|
||||
path: "notepad",
|
||||
arguments: "",
|
||||
listener(result) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
function test_application() {
|
||||
function test_application() {
|
||||
let application: fin.OpenFinApplication;
|
||||
// constructor
|
||||
application = new fin.desktop.Application({
|
||||
@@ -381,7 +381,7 @@ function test_system() {
|
||||
certificate: {
|
||||
trusted: true,
|
||||
subject: 'O=OpenFin INC., L=New York, S=NY, C=US',
|
||||
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
|
||||
thumbprint: '3c a5 28 19 83 05 fe 69 88 e6 8f 4b 3a af c5 c5 1b 07 80 5b'
|
||||
},
|
||||
listener: function (result) {
|
||||
console.log('the exit code', result.exitCode);
|
||||
@@ -450,7 +450,7 @@ function test_system() {
|
||||
});
|
||||
// terminateExternalProcess
|
||||
fin.desktop.System.launchExternalProcess({
|
||||
// notepad is in the system’s PATH
|
||||
// notepad is in the system's PATH
|
||||
path: "notepad",
|
||||
arguments: "",
|
||||
listener: function (result) {
|
||||
|
||||
Reference in New Issue
Block a user