Skip to content

Instantly share code, notes, and snippets.

View Pho3nix's full-sized avatar
👨‍💻

Felix Sammet Pho3nix

👨‍💻
View GitHub Profile
@andywer
andywer / index.js
Created September 16, 2016 07:00
Listr 0.6.0 Issue
const execa = require('execa')
const Listr = require('listr')
const Observable = require('zen-observable')
const rootListr = new Listr([
{
title: 'root',
task: () => new Listr([
{
title: 'sleep 1s',