• A
    Don't try to create builtin extensions directory · c020cd2f
    Asher 提交于
    Since this will be a path in the binary that we don't want to create on
    the user's system. I also removed the option to override it; it doesn't
    seem like a great idea since you'd always want those builtin extensions.
    This way we also don't have to check if the option was passed and only
    create it if that was the case.
    c020cd2f
cli.ts 12.6 KB