node-simconnect
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ { |
@@ -28,3 +28,8 @@ const simConnect = require('../../build/Release/node-simconnect'); | ||
}, (exception) => { | ||
console.log("SimConnect exception: " + exception.name + " (" + exception.dwException + ", " + exception.dwSendID + ", " + exception.dwIndex + ", " + exception.cbData); | ||
console.log("SimConnect exception: " + exception.name + " (" + exception.dwException + ", " + exception.dwSendID + ", " + exception.dwIndex + ", " + exception.cbData + ")"); | ||
}, (error) => { | ||
// Happens for example when connection with SimConnect is lost unexpectedly. The connection must be re-opened. | ||
// Look up error in ntstatus.h for crash details | ||
console.log("SimConnect error: " + error); | ||
connectToSim(); | ||
}); | ||
@@ -31,0 +36,0 @@ |
{ | ||
"name": "node-simconnect", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Wrapper for the SimConnect SDK for FSX and Prepar3D (Windows)", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37540
120