main: do not run legacy init interpreter with run subcommand
Do not run the new init interpreter either. Just run the code.
Этот коммит содержится в:
родитель
21db7e6099
коммит
ecb4742316
1 изменённых файлов: 3 добавлений и 2 удалений
1
main.go
1
main.go
|
@ -344,6 +344,7 @@ func Run(pkgName string) error {
|
||||||
config := compiler.Config{
|
config := compiler.Config{
|
||||||
RootDir: sourceDir(),
|
RootDir: sourceDir(),
|
||||||
GOPATH: getGopath(),
|
GOPATH: getGopath(),
|
||||||
|
InitInterp: true,
|
||||||
}
|
}
|
||||||
c, err := compiler.NewCompiler(pkgName, config)
|
c, err := compiler.NewCompiler(pkgName, config)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче