Skip to main content
Module

x/sane_fmt/win-err-msg.ts

Opinionated code formatter for TypeScript and JavaScript
Go to Latest
File
export const WINDOWS_ERROR_MESSAGE = [ 'error: Due to technical difficulty, the main script does not support Windows.', 'help: You may download native version from https://github.com/sane-fmt/sane-fmt/releases', 'help: If you only need stdio functionality, use stdio.js',].join('\n')export default WINDOWS_ERROR_MESSAGE