question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

console.log('fist')
new CronJob('0 0 9 4 * *', (function() {
  console.log('message');
}), null, true, 'America/Sao_Paulo');
console.log('second')

output first

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ncb000gtcommented, Oct 29, 2018

@Roger13 hey, turns out we didn’t publish the code to npm, sorry about this, slight miscomm. I’ve published 1.5.0 to npm. Pull that down and try it again. Let me know if you’re still seeing this issue. Sorry about this and thanks!

1reaction
ncb000gtcommented, Oct 24, 2018

@Roger13 sorry, I edited the comment above. Can you share any more? Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deadlock - Wikipedia
In concurrent computing, deadlock is any situation in which no member of some group of entities can proceed because each waits for another...
Read more >
Deadlock (2021) - IMDb
An ex-military man working at a Georgia power plant has to spring into action to prevent disaster when a group of rogue soldiers...
Read more >
Deadlock - Rotten Tomatoes
Bruce Willis stars as Ron Whitlock, a wanted criminal leading a team of mercenaries on a mission of vengeance. Convinced that the government...
Read more >
DEADLOCK (@deadlockpw) · Twitter
NEW DEADLOCK pod! 🚨 Topics -Revisiting WWE SmackDown! 2006 -Holiday Special -Batista vs Santa Claus -King Booker & Finlay vs Taker & Kane -DEADLOCK Top 5 Draft @cmpuls3, @johnblud, @TonyPizzaGuy...
Read more >
Introduction of Deadlock in Operating System - GeeksforGeeks
Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found