Skip to content

Instantly share code, notes, and snippets.

### macOS Catalina: “App is damaged and can't be opened. You should move it to the trash.”
```
sudo xattr -rd com.apple.quarantine '/Applications/Navicat Premium.app'
```
const childProcess = require('child_process');
childProcess.exec(`start http://localhost:${env.port}`);