Skip to content

Commit 95d79a7

Browse files
Fixed an issue where downloading images on the ERD tool was not working in desktop mode. #9047
1 parent 1eb7c9d commit 95d79a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/js/downloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import { app, ipcMain, dialog, BrowserWindow, shell } from 'electron';
1111
import fs from 'fs';
1212
import path from 'path';
13-
import Buffer from 'buffer';
13+
import { Buffer } from 'buffer';
1414
import { setBadge, clearBadge, clearProgress, setProgress } from './progress.js';
1515
import { writeServerLog } from './misc.js';
1616

0 commit comments

Comments
 (0)