mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: import sleep (how did it get removed?!)
This commit is contained in:
parent
039e371f6b
commit
fdf579356a
@ -1,4 +1,5 @@
|
|||||||
import { BrowserWindow } from 'electron';
|
import { BrowserWindow } from 'electron';
|
||||||
|
import { sleep } from 'frappejs/utils';
|
||||||
import fs from 'fs/promises';
|
import fs from 'fs/promises';
|
||||||
|
|
||||||
const PRINT_OPTIONS = {
|
const PRINT_OPTIONS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user