kolessios on master
@dreamnet/app small improvement… (compare)
kolessios on master
@dreamnet/settings-loader (compare)
kolessios on master
Improvements to ESLint Configs. (compare)
dependabot[bot] on npm_and_yarn
Bump axios from 0.20.0 to 0.21.… (compare)
at ChildProcess.<anonymous> (C:\Users\stano\Desktop\Nový priečinok (2)\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (D:\DreamTime-v1.5.9-windows-portable\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (E:\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (C:\Users\User\Downloads\DreamTime-v1.5.9-windows-portable\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
at ChildProcess.<anonymous> (F:\DreamTime\resources\app.asar\electron\dist\modules\tools\power.js:31:482)
at ChildProcess.emit (events.js:310:20)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
change code:
if PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")
change that to:
if core.PILLOW_VERSION != getattr(core, 'PILLOW_VERSION', None):
raise ImportError("The _imaging extension was built for another "
" version of Pillow or PIL")