Financial-Times / nori

🍙 exploratory command-line tool to make changes across multiple repositories & track their progress
MIT License
11 stars 0 forks source link

SyntaxError: Invalid or unexpected token #64

Closed sjparkinson closed 5 years ago

sjparkinson commented 5 years ago

I tried setting a pull request description and got the following error.

I think this is because I used backticks in the description.

SyntaxError: Invalid or unexpected token
    at new Function (<anonymous>)
    at Object.exports.handler (/Users/samuel.parkinson/Repositories/Financial-Times/transformation-runner/src/commands/prs.js:20:23)
    at runStep (/Users/samuel.parkinson/Repositories/Financial-Times/transformation-runner/src/interactive.js:121:35)
    at Object.exports.handler (/Users/samuel.parkinson/Repositories/Financial-Times/transformation-runner/src/interactive.js:197:10)
    at processTicksAndRejections (internal/process/task_queues.js:86:5)