Skip to content
#

internal

Here are 265 public repositories matching this topic...

danielsamuels
danielsamuels commented Oct 4, 2017

warning babel-preset-latest@6.24.1: We're super 😸 excited that you're trying to use ES2017+ syntax, but instead of making more yearly presets 😭 , Babel now has a better preset that we recommend you use instead: npm install babel-preset-env --save-dev. preset-env without options will compile ES2015+ down to ES5 just like using all the presets together and thus is more future proof. It also allow

jtuttle
jtuttle commented Nov 30, 2018

I recently switched over to logging and exiting on error with log.Fatalln but that tacks on a timestamp to the output that isn't really useful in the context of this tool. Write a little wrapper class that runs:

fmt.Println(err)
os.Exit(1)

and use this wherever we want to display an error an exit.

Improve this page

Add a description, image, and links to the internal topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the internal topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.