sprotty-vscode
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -117,3 +117,3 @@ "use strict"; | ||
var handshakeReceiver = this.diagramPanel.webview.onDidReceiveMessage(function (msg) { | ||
if (msg.isDiagramIdentifier()) { | ||
if (protocol_1.isDiagramIdentifier(msg)) { | ||
clearInterval(handshakeRetry); | ||
@@ -120,0 +120,0 @@ handshakeReceiver.dispose(); |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"engines": { | ||
@@ -13,0 +13,0 @@ "vscode": "^1.27.2" |
@@ -117,3 +117,3 @@ /******************************************************************************** | ||
const handshakeReceiver = this.diagramPanel.webview.onDidReceiveMessage(msg => { | ||
if (msg.isDiagramIdentifier()) { | ||
if (isDiagramIdentifier(msg)) { | ||
clearInterval(handshakeRetry); | ||
@@ -120,0 +120,0 @@ handshakeReceiver.dispose(); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
70233