mirror of
https://github.com/tauri-apps/tauri-inliner.git
synced 2026-02-10 05:11:20 +01:00
4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
module.exports = {
|
|
ENOTFOUND: 'The URL could not be loaded, possibly a typo, ' +
|
|
'or no internet connection',
|
|
}; |