Skip to content

Commit ff88c50

Browse files
committed
Catch "System: Darwin, 19.0.0" error
1 parent f4e821a commit ff88c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/misc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ function isCompatiblePython(executable) {
205205
export function getErrorReportUrl(title, description) {
206206
const errorToUrls = [
207207
[
208-
'_remove_dead_weakref',
209-
'https://github.com/platformio/platformio-vscode-ide/issues/142'
208+
'System: Darwin, 19.0.0',
209+
'https://github.com/platformio/platformio-vscode-ide/issues/1108'
210210
],
211211
[
212212
'WindowsError: [Error 5]',

0 commit comments

Comments
 (0)