zendesk / zendesk_app_migrator

CLI tool to assist in migrating v1 App Framework apps to v2
Other
10 stars 5 forks source link

Migration fails on Windows 8.1 when parsing Common JS module paths #47

Closed svizzari closed 6 years ago

svizzari commented 6 years ago

​When attempting to migrate an app on Windows 8.1, the Migrator chokes when building a dynamic RegExp from a String. The trailing (OS-specific) path separator, a backslash, is interpreted as an escape char.

image