Node.js - Worker Threads
Identify the error in this code snippet:
import { Worker } from 'worker_threads';
const worker = new Worker('./worker.js', { data: { num: 5 } });