mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-14 02:26:20 +02:00
misc fixes
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { handleDownloadsPermission } from './utils';
|
||||
import { handleDownloadsPermission, log } from './utils';
|
||||
import { trackEvent } from './analytics';
|
||||
|
||||
function saveScreenshot(dataURI) {
|
||||
@ -59,7 +59,7 @@ function saveScreenshot(dataURI) {
|
||||
}
|
||||
|
||||
function errorHandler(e) {
|
||||
utils.log(e);
|
||||
log(e);
|
||||
}
|
||||
|
||||
// create a blob for writing to a file
|
||||
|
Reference in New Issue
Block a user